home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr29 / vxftp044.zip / WHATS.NEW < prev   
Text File  |  1995-02-13  |  6KB  |  127 lines

  1. February 13, 1995
  2.  
  3. What's new?
  4. Version 0.44
  5. *    Fixed bug where starting up VxFTP for the first time 
  6.     after installation and click "re-attempt logins"
  7.     would cause the program to immediately try to re-login
  8.     even though there was no hostname given.
  9. *    Added the ability to see file date and sizes right in the
  10.     remote file listbox. Also added the ability to sort ascending
  11.     (by filename),    descending, or no sorting at all. "No sorting"
  12.     is fastest, obviously.
  13. *    Added the ability to choose between the directory command
  14.     VxFTP issues. The 'dir' command gets file and directory
  15.     information, generally in alpha order. The 'ls' command gets
  16.     only a list of files and directories (with no distinction 
  17.     between the two); for many sites, the order is by time,
  18.     from least to most recent.
  19. *    A downloaded file now gets text in its .COMMENTS extended
  20.     attribute relating the site, the directory, the time and date 
  21.     that VxFTP downloaded it. Files downloaded can then be
  22.     search for (using the WPS Find... command) by the site
  23.     it was downloaded from, etc.
  24. *    If VxFTP is minimized during a file transfer, it pops up a
  25.     dialog box onces the transfer(s) is (are) completed. This 
  26.     dialog took focus away from the app the user was using
  27.     but did not return it. VxFTP now returns focus to the other 
  28.     app once the user clicks the OK button.
  29. *    Sometimes, Unzip would fail and the user would never know
  30.     why. Included an option in the Settings Notebook to 
  31.     display the STDOUT from unzip.exe. Window closes by itself
  32.     in 5 seconds if user doesn't close it.
  33. *    Added the Site command.
  34. *    Added a menu item to allow the user to refresh the local
  35.     lists.
  36.  
  37. Version 0.43
  38.  
  39. Most of my efforts this time were spent trying to incorporate
  40. Firewall support, but as of yet, I've been unsuccessful. Will
  41. keep plugging at it though.
  42. *    Added support for parsing Windows NT server output.
  43.     (Unfortunately, ftp.microsoft.com identifies itself as
  44.     a Windows NT server but puts out UNIX directory listings.)
  45. *    Fixed a bug in parsing Novell server directory path.
  46. *    Added support for multiple attempts to log in when
  47.     earlier attempts fail. Such situations are common when
  48.     trying to log into busy anonymous FTP sites such as
  49.     hobbes.nmsu.edu or ftp.cdrom.com. Retries are every
  50.     15 seconds.
  51. *    Added 'space free' on current local drive.
  52. *    Added a Quote command to send commands to the
  53.     server verbatim.
  54. *    Added some messages in status window.
  55. *    Improved icon (in my opinion) for 800x600 resolution.
  56.  
  57.  
  58. Version 0.42
  59. *    Re-architected the relationship between the thread that
  60.     manages the interface and the thread that handles the 
  61.     remote connection. Much cleaner relationship now.
  62. *    Added directory contents caching. Through use of a Notebook
  63.     settings page, user can control whether to use caching,
  64.     how many directories to cache (up to 15), and how long
  65.     to age them (up to an hour). This feature substantially
  66.     increases performance, especially over SLIP and PPP
  67.     connections.
  68. *    User can view the directories in the cache using a non-modal
  69.     dialog box. From there, the user can select a directory in 
  70.     order to change directly to it.
  71. *    Fixed (I hope) the problem where user cannot kill program
  72.     when the connection hangs or dies. User should use the
  73.     system menu's "Close" menu choice.
  74. *    Re-worked menus to solve a VX-REXX problem where using
  75.     popup-menu ruins the pull-down menus' behaviour. 
  76. *    Speeded up screen re-draws when user resizes.
  77. *    Program now remembers last position and size. Program
  78.     will start up at the same size and position.
  79. *    Added the ability to turn off Hints!
  80. *    Added file transfer type text over the Get/Put buttons.
  81.  
  82. Version 0.41a
  83.  
  84. *    Fixed a bug related to displaying files from VMS systems.
  85. *    Added suppport for detecting file sizes and dates on certain
  86.     VMS systems.
  87. *    Added the ability to tell VxFTP what OS the remote host is
  88.     running in case automatic detection doesn't work. You can
  89.     even change it on the fly, after you've logged in. The login
  90.     dialog box includes a field to specify the OS at login time.
  91. *    Added the ability to save login information from the login
  92.     dialog box to the Alias list, rather than requiring the user
  93.     to go to the Settings Notebook.
  94. *    Added "Copy" to the Local files pop-up menu.
  95. *    Added the ability to unzip a ZIP archive into a new sub-
  96.     directory. The new subdirectory name can be either extracted
  97.     from the ZIP archive name or the user will be prompted for
  98.     a directory name.
  99. *    Allow interaction with local files while downloading or
  100.     uploading. For instance, while you're downloading, you can
  101.     now unzip the file you just downloaded, view its read.me,
  102.     and execute it.
  103. *    Support for both InfoZIP's unzip and PKUnzip.
  104.  
  105. ======================================================
  106. June 6, 1994
  107.  
  108. First off, VxFTP is a little more stable and coherent.
  109.  
  110. Added since version 0.39:
  111. *    Displays file and directory listings for:
  112.     - Macintoshes
  113.     - DEC's VAX-VMS
  114.     - IBM VM
  115.     - as well as PCs running OS/2 FTPD, and UNIX hosts
  116. *    For platforms that VxFTP can't interpret directory listings,
  117.     a menu item (Long Dir Listing) allows you to see what
  118.     data came back from the host.
  119. *    Support for saving Font settings on the local and remote
  120.     file lists. Sorry, VX-REXX is having problems with giving
  121.     me font info on the directory lists.
  122. *    Notebook setting to allow using the 'E' system editor 
  123.     as the default viewer.
  124. *    Default directory setting in the Notebook.
  125. *    Fixed problem with the objects redrawing themselves at
  126.     launch-time and after restoring from a minimized state.
  127.